diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/b-rfq/[id]/layout.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/b-rfq/[id]/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/b-rfq/[id]/layout.tsx b/app/[lng]/evcp/(evcp)/b-rfq/[id]/layout.tsx index 8dad7676..d6836437 100644 --- a/app/[lng]/evcp/(evcp)/b-rfq/[id]/layout.tsx +++ b/app/[lng]/evcp/(evcp)/b-rfq/[id]/layout.tsx @@ -70,7 +70,7 @@ export default async function RfqLayout({ <p className="text-muted-foreground"> PR발행 전 RFQ를 생성하여 관리하는 화면입니다. </p> - <h3>Due Date:{rfq && rfq?.dueDate && <strong>{formatDate(rfq?.dueDate)}</strong>}</h3> + <h3>Due Date:{rfq && rfq?.dueDate && <strong>{formatDate(rfq?.dueDate, "KR")}</strong>}</h3> </div> <Separator className="my-6" /> <div className="flex flex-col space-y-8 lg:flex-row lg:space-x-12 lg:space-y-0"> |
